home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue65 / alfresco / SpaceRemU.dfm < prev    next >
Encoding:
Text File  |  2000-11-28  |  848 b   |  47 lines

  1. object Form1: TForm1
  2.   Left = 194
  3.   Top = 114
  4.   Width = 312
  5.   Height = 182
  6.   Caption = 'Space Removal DFA'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Courier New'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 24
  18.     Top = 56
  19.     Width = 8
  20.     Height = 16
  21.   end
  22.   object Label2: TLabel
  23.     Left = 24
  24.     Top = 80
  25.     Width = 8
  26.     Height = 16
  27.   end
  28.   object Button1: TButton
  29.     Left = 24
  30.     Top = 112
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'Convert'
  34.     Default = True
  35.     TabOrder = 0
  36.     OnClick = Button1Click
  37.   end
  38.   object Edit1: TEdit
  39.     Left = 24
  40.     Top = 16
  41.     Width = 249
  42.     Height = 24
  43.     TabOrder = 1
  44.     OnChange = Edit1Change
  45.   end
  46. end
  47.